home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gas_251.zip / bin_251 / bfd / hosts / m88kmach3.h < prev    next >
C/C++ Source or Header  |  1994-07-05  |  345b  |  20 lines

  1. #include "hosts/std-host.h"
  2.  
  3. #include <machine/vmparam.h>
  4. #include <sys/param.h>
  5.  
  6. #ifndef MACH
  7. #define MACH
  8. #endif
  9.  
  10. #undef UPAGES
  11. #define UPAGES 3
  12.  
  13. #define    HAVE_STRERROR
  14.  
  15. #define    HOST_PAGE_SIZE        NBPG
  16. #define    HOST_SEGMENT_SIZE    NBPG
  17. #define    HOST_MACHINE_ARCH    bfd_arch_m88k
  18. #define    HOST_TEXT_START_ADDR    USRTEXT
  19. #define    HOST_STACK_END_ADDR    USRSTACK
  20.